home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / alsa / cards / Aureon71.conf < prev    next >
Text File  |  2008-10-07  |  2KB  |  183 lines

  1. #
  2. # Configuration for the Aureon71 (Envy24HT) chip
  3. #
  4.  
  5. # default with dmix & dsnoop
  6. Aureon71.pcm.default {
  7.     @args [ CARD ]
  8.     @args.CARD {
  9.         type string
  10.     }
  11.     type asym
  12.     playback.pcm {
  13.         type plug
  14.         slave.pcm {
  15.             @func concat
  16.             strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
  17.         }
  18.     }
  19.     capture.pcm {
  20.         type plug
  21.         slave.pcm {
  22.             @func concat
  23.             strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
  24.         }
  25.     }
  26. }
  27.  
  28. <confdir:pcm/front.conf>
  29.  
  30. Aureon71.pcm.front.0 {
  31.     @args [ CARD ]
  32.     @args.CARD {
  33.         type string
  34.     }
  35.     type hw
  36.     card $CARD
  37. }    
  38.  
  39. <confdir:pcm/rear.conf>
  40.  
  41. Aureon71.pcm.rear.0 {
  42.     @args [ CARD ]
  43.     @args.CARD {
  44.         type string
  45.     }
  46.     type hw
  47.     card $CARD
  48.     device 2
  49. }    
  50.  
  51. <confdir:pcm/center_lfe.conf>
  52.  
  53. Aureon71.pcm.center_lfe.0 {
  54.     @args [ CARD ]
  55.     @args.CARD {
  56.         type string
  57.     }
  58.     type hw
  59.     card $CARD
  60.     device 2
  61.     subdevice 1
  62. }    
  63.  
  64. <confdir:pcm/side.conf>
  65.  
  66. Aureon71.pcm.side.0 {
  67.     @args [ CARD ]
  68.     @args.CARD {
  69.         type string
  70.     }
  71.     type hw
  72.     card $CARD
  73.     device 2
  74.     subdevice 2
  75. }
  76.  
  77. <confdir:pcm/surround40.conf>
  78.  
  79. Aureon71.pcm.surround40.0 {
  80.     @args [ CARD ]
  81.     @args.CARD {
  82.         type string
  83.     }
  84.     type hw
  85.     card $CARD
  86.     channels 4
  87. }    
  88.  
  89. <confdir:pcm/surround41.conf>
  90. <confdir:pcm/surround50.conf>
  91. <confdir:pcm/surround51.conf>
  92.  
  93. Aureon71.pcm.surround51.0 {
  94.     @args [ CARD ]
  95.     @args.CARD {
  96.         type string
  97.     }
  98.     type hw
  99.     card $CARD
  100.     channels 6
  101. }
  102.  
  103. <confdir:pcm/surround71.conf>
  104.  
  105. Aureon71.pcm.surround71.0 {
  106.     @args [ CARD ]
  107.     @args.CARD {
  108.         type string
  109.     }
  110.     type hw
  111.     card $CARD
  112. }
  113.  
  114. <confdir:pcm/iec958.conf>
  115.  
  116. Aureon71.pcm.iec958.0 {
  117.     @args [ CARD AES0 AES1 AES2 AES3 ]
  118.     @args.CARD {
  119.         type string
  120.     }
  121.     @args.AES0 {
  122.         type integer
  123.     }
  124.     @args.AES1 {
  125.         type integer
  126.     }
  127.     @args.AES2 {
  128.         type integer
  129.     }
  130.     @args.AES3 {
  131.         type integer
  132.     }
  133.     type asym
  134.     playback.pcm {
  135.         type hooks
  136.         slave.pcm {
  137.             type hw
  138.             card $CARD
  139.             device 1
  140.         }
  141.         hooks.0 {
  142.             type ctl_elems
  143.             hook_args [
  144.                 {
  145.                     interface MIXER
  146.                     name "IEC958 Output Switch"
  147.                     lock true
  148.                     preserve true
  149.                     value true
  150.                 }
  151.                 {
  152.                     interface PCM
  153.                     name "IEC958 Playback Default"
  154.                     device 1
  155.                     lock true
  156.                     preserve true
  157.                     value [ $AES0 $AES1 $AES2 $AES3 ]
  158.                 }
  159.             ]
  160.         }
  161.     }
  162.     capture.pcm {
  163.         type hooks
  164.         slave.pcm {
  165.             type hw
  166.             card $CARD
  167.             device 1
  168.         }
  169.         hooks.0 {
  170.             type ctl_elems
  171.             hook_args [
  172.                 {
  173.                     interface MIXER
  174.                     name "IEC958 Capture Switch"
  175.                     lock true
  176.                     preserve true
  177.                     value true
  178.                 }
  179.             ]
  180.         }
  181.     }
  182. }
  183.